shortcut-label: make it public
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Tue, 26 Jul 2016 19:00:47 +0000 (16:00 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Wed, 27 Jul 2016 19:30:31 +0000 (16:30 -0300)
commit7543cd8ce419a4d660f0ff7614f0c6e1cac81804
tree1656703f9fb32f1cc69d8148986589e7de9e4cea
parent8e6a68c5fc1d203cdc6a3e2dbf177ce8ef6892ec
shortcut-label: make it public

GtkShortcutLabel is a widget that displays a single
shortcut accelerator or gesture in the user interface,
and is currently used by the shortcuts window.

This widget, however, has public value as other applications
also may want to expose their own shortcuts. For instance,
it'll be useful for the Keyboard panel on Control Center and
the new shortcut editor in Pitivi, among others.

This patch exposes GtkShortcutLabel as a public widget,
and adds the necessary documentation.

https://bugzilla.gnome.org/show_bug.cgi?id=769205
docs/reference/gtk/gtk3.types.in
gtk/Makefile.am
gtk/gtk.h
gtk/gtkshortcutlabel.c
gtk/gtkshortcutlabel.h [new file with mode: 0644]
gtk/gtkshortcutlabelprivate.h [deleted file]
gtk/gtkshortcutsshortcut.c